gcc: fix build on x86 targets
authorNoble Pepper <[email protected]>
Sun, 4 Aug 2019 12:33:48 +0000 (07:33 -0500)
committerRosen Penev <[email protected]>
Sun, 4 Aug 2019 21:51:54 +0000 (14:51 -0700)
Signed-off-by: Noble Pepper <[email protected]>
(cherry-picked from 32203bec9)

devel/gcc/Makefile

index a63c855c44fe18ad8a7eda1b70670a922a917b85..e2eef4889ec907d3ad490f97a45ea88ce233eb10 100644 (file)
@@ -24,7 +24,7 @@ endef
 PKG_NAME:=gcc
 # PKG_VERSION=7.3.0
 PKG_VERSION=7.4.0
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_INSTALL:=1
@@ -147,6 +147,7 @@ define Build/Configure
                        --disable-libvtv \
                        --disable-libcilkrts \
                        --disable-libmudflap \
+                       --disable-libmpx \
                        --disable-multilib \
                        --disable-libgomp \
                        --disable-libquadmath \